import { Placeholder } from '@aws-amplify/ui-react'; export const PlaceholderIsLoadedExample = () => { return <Placeholder isLoaded={true} />; };